All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.core.FileAttributes
NSJavaFileAttributes
.
[[NSJavaFileAttributes
alloc] init]
.
+ fileGroupOwnerAccountName:
Objective-C class method.
+ fileModificationDate:
Objective-C class method.
+ fileOwnerAccountName:
Objective-C class method.
+ filePosixPermissions:
Objective-C class method.
+ fileSize:
Objective-C class method.
+ fileSystemFileNumber:
Objective-C class method.
+ fileSystemNumber:
Objective-C class method.
+ fileType:
Objective-C class method.
public static final String FileType
public static final String FileTypeDirectory
public static final String FileTypeRegular
public static final String FileTypeSymbolicLink
public static final String FileTypeSocket
public static final String FileTypeCharacterSpecial
public static final String FileTypeBlockSpecial
public static final String FileTypeUnknown
public static final String FileSize
public static final String FileModificationDate
public static final String FileReferenceCount
public static final String FileDeviceIdentifier
public static final String FileOwnerAccountName
public static final String FileGroupOwnerAccountName
public static final String FilePosixPermissions
public static final String FileSystemNumber
public static final String FileSystemFileNumber
public static final String FileSystemSize
public static final String FileSystemFreeSize
public static final String FileSystemNodes
public static final String FileSystemFreeNodes
protected FileAttributes(boolean shouldAllocate, int objcObject)
public FileAttributes()
[[NSJavaFileAttributes
alloc] init]
.
public static native int fileSize(Dictionary dict)
+ fileSize:
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, FileAttributes, should be enough to head you in the right direction
should you find more than one such method).
public static native Date fileModificationDate(Dictionary dict)
+ fileModificationDate:
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, FileAttributes, should be enough to head you in the right direction
should you find more than one such method).
public static native String fileType(Dictionary dict)
+ fileType:
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, FileAttributes, should be enough to head you in the right direction
should you find more than one such method).
public static native int filePosixPermissions(Dictionary dict)
+ filePosixPermissions:
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, FileAttributes, should be enough to head you in the right direction
should you find more than one such method).
public static native String fileOwnerAccountName(Dictionary dict)
+ fileOwnerAccountName:
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, FileAttributes, should be enough to head you in the right direction
should you find more than one such method).
public static native String fileGroupOwnerAccountName(Dictionary dict)
+ fileGroupOwnerAccountName:
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, FileAttributes, should be enough to head you in the right direction
should you find more than one such method).
public static native int fileSystemNumber(Dictionary dict)
+ fileSystemNumber:
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, FileAttributes, should be enough to head you in the right direction
should you find more than one such method).
public static native int fileSystemFileNumber(Dictionary dict)
+ fileSystemFileNumber:
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, FileAttributes, should be enough to head you in the right direction
should you find more than one such method).
All Packages Class Hierarchy This Package Previous Next Index